'宣言 Public Overridable Function GetItemCell( _ ByVal collectionView As UIKit.UICollectionView, _ ByVal indexPath As Foundation.NSIndexPath, _ ByVal item As T _ ) As UIKit.UICollectionViewCell
public virtual UIKit.UICollectionViewCell GetItemCell( UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath, T item )
パラメータ
- collectionView
- The collection view.
- indexPath
- Location of the row where the cell will be displayed.
- item
- The data item.